home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / mach / i386 / time_stamp.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  367b  |  19 lines

  1. /* 
  2.  * Copyright (c) 1988 NeXT, Inc.
  3.  */ 
  4.  
  5. /*
  6.  *    The NeXT timestamp implementation uses the hardware supported
  7.  *    microsecond counter.
  8.  *
  9.  *    The format of the timestamp structure is:
  10.  *
  11.  *        low_val - microseconds.
  12.  *        high_val - Always zero.
  13.  */
  14. #ifndef _MACH_I386_TIME_STAMP_
  15. #define _I386_TIME_STAMP_
  16.  
  17. #define TS_FORMAT TS_FORMAT_NeXT
  18. #endif _MACH_I386_TIME_STAMP_
  19.